home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
novtli
/
about.dfm
/
about.txt
Wrap
Text File
|
1996-04-08
|
2KB
|
81 lines
object AboutBox: TAboutBox
Left = 238
Top = 184
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 383
ClientWidth = 468
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
object Panel1: TPanel
Left = 8
Top = 8
Width = 449
Height = 329
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Memo1: TMemo
Left = 8
Top = 8
Width = 433
Height = 313
Color = clBackground
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Lines.Strings = (
'This is a simple example application that acts as either a '
'server or a client and is intended to be started twice. One '
'instance of the program becomes the server (Listen) and the '
'other instance becomes the client (Connect). The program can '
'either be started on seperate PCs that are both connected to '
'the LAN or two instances can be started on the same PC.'
''
'Once the two instances are started, Click '#39'Listen'#39' on one and '
#39'Connect'#39' on the other. The client can then send data to the '
'listening server which echos the data back to the client.'
''
'Two addressing mechanisms are possible, Physical addressing '
'requires that you obtain your network and node addresses. This i' +
's '
'accomplished by issuing the Netware '#39'userlist /a'#39' command.'
''
'The second addressing mechanism uses a unique name to identify t' +
'he '
'server. Using this options requires that you be attached to a No' +
'vell '
'network that supports the Service Advertising Protocol (SAP).')
ParentFont = False
TabOrder = 0
end
end
object OKButton: TBitBtn
Left = 191
Top = 346
Width = 77
Height = 27
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = OKButtonClick
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
end